home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Bombardier_PC / BSCRIPTS.CST / 00001_Script_1 next >
Text File  |  1999-04-25  |  921b  |  25 lines

  1. -- ⌐ 1998 @radical.media, inc. & Concurrent New Media Group, L.L.C.
  2. -- Developed for Bombardier, Inc.
  3. --
  4. -- All programming developed by: 
  5. -- Robert Fabricant, Valerie Valoueva, Ossi Shaked, 
  6. -- Henry Sauvageot, Chris Howell & Chris Girand
  7. --
  8. -- Use of this code by parties other than @radical.media, inc. or their
  9. --agents 
  10. -- without the express written consent of @radical.media, inc. AND Concurrent 
  11. -- New Media Group, L.L.C. is strictly prohibited.
  12. -----------------------------------------------------
  13.  
  14. -------*This script is not used in this version of the movie*----------
  15.  
  16. on exitFrame
  17.   global gTourCast, NumOfQTVRMenuItems
  18.   --qtvr menu items
  19.   set qtvrPlaneSprNum = getSpriteNumFromMemberName("qtvranchor")+1
  20.   set range = NumOfQTVRMenuItems-1
  21.   repeat with i=qtvrPlaneSprNum to (qtvrPlaneSprNum+range)
  22.     puppetSprite i, true
  23.     set the visible of sprite i to true
  24.   end repeat
  25. end